home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / photo1.dir / 00060_éü.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  766 b   |  25 lines

  1. global gp_storynum, gplayall
  2.  
  3. on mouseDown
  4.   if gp_storynum <> 0 then
  5.     if somebutton() then
  6.       case gp_storynum of
  7.         1, 2, 3:
  8.           changespadd(14, "Photo" & gp_storynum & "s,St", "Photo" & gp_storynum & "s,End")
  9.         4:
  10.           changespadd(14, "Photo1s,St", "Photo3s,End")
  11.       end case
  12.     end if
  13.   end if
  14.   if gplayall = 1 then
  15.     case the member of sprite 14 of
  16.       (member "Photo1s,St"), (member "Photo2s,End"):
  17.         unloadMember(member "Photo3s,St", member "Photo3s,End")
  18.       (member "Photo2s,St"), (member "Photo3s,End"):
  19.         unloadMember(member "Photo1s,St", member "Photo1s,End")
  20.       (member "Photo3s,St"), (member "Photo1s,End"):
  21.         unloadMember(member "Photo2s,St", member "Photo2s,End")
  22.     end case
  23.   end if
  24. end
  25.